com.grapecity.documents.excel Package / PrintManager Class / updatePageNumberAndPageSettings Method / updatePageNumberAndPageSettings(List<PageInfo>) Method
The page collection.
In This Topic
updatePageNumberAndPageSettings(List<PageInfo>) Method
In This Topic
Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information.
Syntax
public void updatePageNumberAndPageSettings( 
   java.util.List<PageInfo> pages
)

Parameters

pages
The page collection.
See Also